home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 6 / Amiga Format AFCD06 (Nov 1996, Issue 90).iso / screenplay / utility / game_patches_for_hd / shadowfighter / install-sf < prev    next >
Text File  |  1996-06-19  |  874b  |  45 lines

  1. echo "Shadow Fighter HD Installation. Written by Jean-François Fabre 1996"
  2. echo ""
  3. echo "Insert Shadow Fighter disk 1 into drive df0:"
  4. ask  "Press <RETURN> to continue or y to abort."
  5. if WARN
  6.     skip abort
  7. ENDIF
  8.  
  9. disk2file 0 ShadowFighter.Disk1
  10. echo "Insert Shadow Fighter disk 2 into drive df0:"
  11. ask  "Press <RETURN> to continue or y to abort."
  12.  
  13. if WARN
  14.     skip abort
  15. ENDIF
  16.  
  17. disk2file 0 ShadowFighter.Disk2
  18. echo "Insert Shadow Fighter disk 3 into drive df0:"
  19. ask  "Press <RETURN> to continue or y to abort."
  20.  
  21. if WARN
  22.     skip abort
  23. ENDIF
  24.  
  25. disk2file 0 ShadowFighter.Disk3
  26. echo "Insert Shadow Fighter disk 4 into drive df0:"
  27. ask  "Press <RETURN> to continue or y to abort."
  28.  
  29. if WARN
  30.     skip abort
  31. ENDIF
  32.  
  33. disk2file 0 ShadowFighter.Disk4
  34. echo    "Installation complete. Click the SF icon to run the game."
  35. skip fin
  36.  
  37. else
  38. lab abort
  39.     echo "Installation aborted"
  40.     quit
  41. endif
  42.  
  43. lab fin
  44.     wait 3
  45.